-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
log: switch to slog #103
log: switch to slog #103
Conversation
Oh this involves >100 files ... |
Sorry about that, it does touch basically everything. Any objections to the concept in general? I think the changes are largely safe. My assumption - since NDN apps are decentralized, they don't produce the same volume / kind of logs as cloud apps. So a single "tag" field should be enough to easily filter out the logs you need. The focus, as with other PRs, is on usability. |
I agree, but we also need filter by names. So |
For |
Looking to take a simpler approach here similar to what Android does.
Each log message has a
Example usage:
Output (level=INFO)
Output (level=TRACE) (WIP)